Einfacher Pantographenwechsel:

Die .s Datei mit Wordpad ffnen.

Nach panto suchen.

Man findet diesen Block

		matrix PantographBottom1A ( 1 0 0 0 1 0 0 0 1 -0.00864445 4.17138 4.7275 )
		matrix PantographMiddle1A ( 1 0 0 0 1 0 0 0 1 0.00133295 0.263275 -1.70526 )
		matrix PantographTop1A ( 1 0 0 0 1 0 0 0 1 0.00329677 0.037921 1.70896 )
		matrix PantographBottom2A ( 1 0 0 0 1 0 0 0 1 -0.00864604 4.18701 -4.73058 )
		matrix PantographMiddle2A ( 1 0 0 0 1 0 0 0 1 0.00133307 0.258746 1.70674 )
		matrix PantographTop2A ( 1 0 0 0 1 0 0 0 1 0.0032967 0.0532622 -1.71061 )

Einfach 1A gegen 2A tauschen:

		matrix PantographBottom2A ( 1 0 0 0 1 0 0 0 1 -0.00864445 4.17138 4.7275 )
		matrix PantographMiddle2A ( 1 0 0 0 1 0 0 0 1 0.00133295 0.263275 -1.70526 )
		matrix PantographTop2A ( 1 0 0 0 1 0 0 0 1 0.00329677 0.037921 1.70896 )
		matrix PantographBottom1A ( 1 0 0 0 1 0 0 0 1 -0.00864604 4.18701 -4.73058 )
		matrix PantographMiddle1A ( 1 0 0 0 1 0 0 0 1 0.00133307 0.258746 1.70674 )
		matrix PantographTop1A ( 1 0 0 0 1 0 0 0 1 0.0032967 0.0532622 -1.71061 )

Wechsel auf beide Pantographen:

MSTS unterscheidet zwischen Gro- und Kleinschreibung, deswegen funktioniert dieser Trick:
( Das lt sich auch auf Rder und Rods anwenden )

		matrix PantographBottom1A ( 1 0 0 0 1 0 0 0 1 -0.00864445 4.17138 4.7275 )
		matrix PantographMiddle1A ( 1 0 0 0 1 0 0 0 1 0.00133295 0.263275 -1.70526 )
		matrix PantographTop1A ( 1 0 0 0 1 0 0 0 1 0.00329677 0.037921 1.70896 )
		matrix PANTOgraphBottom1A ( 1 0 0 0 1 0 0 0 1 -0.00864604 4.18701 -4.73058 )
		matrix PANTOgraphMiddle1A ( 1 0 0 0 1 0 0 0 1 0.00133307 0.258746 1.70674 )
		matrix PANTOgraphTop1A ( 1 0 0 0 1 0 0 0 1 0.0032967 0.0532622 -1.71061 )

In der ersten Gruppe Panto und in der zweiten Gruppe PANTO schreiben, beide mit 1A. Jetzt fahren beide Abnehmer hoch.

MadMike